MAKE VECTOR4
This command will create a VECTOR4 data item. Unlike the datatypes you are used to, these datatypes are stored internally and referenced by an index value. The VECTOR4 datatype contains four float values representing X, Y, Z and W. This datatype is typically used to store transformed and untransformed 3D world space coordinates.
SYNTAX
Return Integer=MAKE VECTOR4(Vector)
RELATED INFO
3DMATHS Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example